runtime.gclinkptr.ptr (method)

15 uses

	runtime (current package)
		mcache.go#L72: func (p gclinkptr) ptr() *gclink {
		stack.go#L212: 		if s.manualFreeList.ptr() != nil {
		stack.go#L219: 			x.ptr().next = s.manualFreeList
		stack.go#L225: 	if x.ptr() == nil {
		stack.go#L228: 	s.manualFreeList = x.ptr().next
		stack.go#L230: 	if s.manualFreeList.ptr() == nil {
		stack.go#L243: 	if s.manualFreeList.ptr() == nil {
		stack.go#L247: 	x.ptr().next = s.manualFreeList
		stack.go#L289: 		x.ptr().next = list
		stack.go#L307: 		y := x.ptr().next
		stack.go#L325: 		for x.ptr() != nil {
		stack.go#L326: 			y := x.ptr().next
		stack.go#L389: 			if x.ptr() == nil {
		stack.go#L393: 			c.stackcache[order].list = x.ptr().next
		stack.go#L490: 			x.ptr().next = c.stackcache[order].list